home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 December / Net78.iso / pc / links / 00066_Script_link - Netscape 6 < prev    next >
Encoding:
Text File  |  2000-10-10  |  482 b   |  13 lines

  1. on mouseUp
  2.   
  3.   puppetSound 1, "ClickSound"
  4.    
  5.   Alert "WARNING: This program is a preview release only and not the final release. No technical support is provided, and do not uninstall any previously installed version of Netsacpe from your computer."
  6.   
  7.   if the platform = "Windows,32" then
  8.     open the moviepath&"software\Netscape 6\PC\NCOMBETA.EXE"
  9.   else 
  10.     open the moviepath&"software:Netscape 6:Netscape 6 Full Installer:Netscape 6 Installer"
  11.   end if
  12.   
  13. end